home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / util3 / util2.arc / ONEKEY.DOC < prev    next >
Encoding:
Text File  |  1988-10-27  |  2.8 KB  |  58 lines

  1.           ONEKEY                                  Steven Holzner
  2.           Command (after running .BAS version)            No. 20
  3.  
  4.           ______________________________________________________
  5.  
  6.           Purpose:  Reassigns a designated series of keystrokes
  7.                     to a user-selected keystroke.
  8.  
  9.           Format:   ONEKEY
  10.  
  11.           Remarks:  ONEKEY is a memory-resident keyboard macro
  12.                     program.  While written in assembly language,
  13.                     it is presented here with a BASIC interface
  14.                     that need be run only once, but which
  15.                     facilitates entering the trigger keys you
  16.                     want to use and the sequences of keystrokes
  17.                     they will replace.  ONEKEY will accept up to
  18.                     30 different trigger keys, each of which will
  19.                     replace up to 50 keystrokes.
  20.  
  21.                     When you load and run ONEKEY.BAS in BASIC,
  22.                     you will prompted to "Type the key to be
  23.                     replaced."  This will be a key you use as a
  24.                     trigger:  Ctrl-N, Alt-Z, F1, or the like.
  25.                     When you enter this key, you will be
  26.                     prompted, "The command that replaces this key
  27.                     is."  Here you enter the string of keystrokes
  28.                     the selected trigger key will execute.
  29.                     Remember to include all necessary carriage
  30.                     returns, spaces, and control characters, just
  31.                     as you would enter them at the keyboard.
  32.                     When you type Ctrl-End (not a carriage
  33.                     return) to terminate this sequence, you'll be
  34.                     prompted for the next trigger key, and so on.
  35.  
  36.                     When you have typed in as many macros as you
  37.                     want, type Ctrl-End when asked for a trigger
  38.                     key.  It takes BASIC about half a minute to
  39.                     create the ONEKEY.COM file.
  40.  
  41.                     Once created, ONEKEY is a regular DOS
  42.                     command;  you enter it at the DOS prompt (or
  43.                     as a line in your AUTOEXEC.BAT file), not
  44.                     from BASIC.
  45.  
  46.                     Notes:
  47.  
  48.                     1.   Memory-resident utilities such as ONEKEY
  49.                          are often incompatible with programs
  50.                          (XyWrite is one) that themselves take
  51.                          over the keyboard interrupts.  You must
  52.                          simply experiment to see if ONEKEY can
  53.                          be used with your software.
  54.  
  55.                     2.   Requires DOS 2.0 or later.
  56.  
  57.  
  58.